From f0ace9bc0c3761b6aedd040100eb27e829100ad8 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed, 27 May 2020 14:27:20 -0600 Subject: [PATCH] clang tidy modernize-redundant-void-arg on gui. --- gui/upgrade.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/upgrade.h b/gui/upgrade.h index f39993808..ea8ff047f 100644 --- a/gui/upgrade.h +++ b/gui/upgrade.h @@ -43,9 +43,9 @@ public: UpgradeCheck::updateStatus checkForUpgrade(const QString& babelVersion, const QDateTime& lastCheckTime, bool allowBeta); - QDateTime getUpgradeWarningTime(void); - UpgradeCheck::updateStatus getStatus(void); - static bool isTestMode(void); + QDateTime getUpgradeWarningTime(); + UpgradeCheck::updateStatus getStatus(); + static bool isTestMode(); protected: -- 2.30.2